home *** CD-ROM | disk | FTP | other *** search
/ HPAVC / HPAVC CD-ROM.iso / TUGU10.ZIP / FONTEDIT.DOC < prev    next >
Text File  |  1995-04-06  |  4KB  |  74 lines

  1.  
  2.       FFFFFF  OOOO   NN  NN  TTTTTT  EEEEEE  DDDDD   IIIIII  TTTTTT
  3.       FF     OO  OO  NNN NN    TT    EE      DD  DD    II      TT
  4.      FFFFF  OO  OO  NN NNN    TT      EEEEE   DD  DD    II      TT
  5.      FFFFF  OO  OO  NN NNN    TT      EEEEE   DD  DD    II      TT
  6.     FF     OO  OO  NN  NN    TT        EE      DD  DD    II      TT
  7.     FF      OOOO   NN  NN    TT        EEEEEE  DDDDD   IIIIII    TT
  8.  
  9.  
  10.   The one and only Font Editor for use with TUGU.
  11.  
  12.   Created by Jason Rennie.  Code copyright 1995 by Jason Rennie.
  13.  
  14.  
  15.   This program was developed to allow you to create your own unique fonts
  16.   which can be used and displayed in conjuncion with TUGU.  These fonts can
  17.   be any size up to 12x17 and of up to 16 different colors.  To run FontEdit,
  18.   the "arial.tf" font must be in the current directory.
  19.  
  20.   Like The Fractal Creator, FontEdit is a completely mouse driven and is
  21.   quite intuitive.  Within FontEdit, there are three different screens which
  22.   you will navigate to create your fonts.  The first is the main editing
  23.   screen which is the first screen you see upon execution.  This screen
  24.   displays all the characters of your font which are defined and also outlines
  25.   in red the size of the font.  As you move the cursor around on this screen,
  26.   an information box will show you which character the cursor is pointing to
  27.   and what that character cooresponds to in normal text.
  28.  
  29.   By left-clicking on any character, you will be instantly brought to the
  30.   character editing screen which allows you to change the chosen character.
  31.   On the left half of the screen, you will be shown a zoomed image of the
  32.   current character.  Next to the character are two information lines which
  33.   indicate where the cursor is located on the character and also which
  34.   color is occupying that pixel.
  35.  
  36.   Below the character is the palette you have to choose from.  The gray scale
  37.   is not necessarily the colors that the font will be displayed in.  Rather,
  38.   the first color will correspond to the current drawing color and the colors
  39.   2-15 will be those colors which follow the current drawing color.  Black
  40.   (color 0) will not be displayed.
  41.  
  42.   On the far right of the screen is a box which shows the chosen drawing
  43.   color.  Next to this is the exit button which will return the user to the
  44.   main editing screen.
  45.  
  46.   After returning to the main editing screen, the user may choose to enter
  47.   the options menu by pressing the "OPTIONS" button.  This will take you to
  48.   a menu of options.  Below is a list of those options:
  49.  
  50.   SET FONT SIZE - This effects the maximum size for the font.  It also
  51.                   is indicative of the amount of spacing used between
  52.                   character.
  53.  
  54.   SAVE FONT - This is used to save a font which has already been loaded.  It
  55.               will be saved under the name which is given under "Current Font"
  56.               If there is not current font, nothing will be saved.
  57.  
  58.   SAVE FONT AS - This is used to save a new font, or to rename a font under
  59.                  a new name.  You will be prompted for a new name.  Press
  60.                  Enter when complete.
  61.  
  62.   LOAD FONT - This is used to load a font which has already been created.
  63.  
  64.   RETURN TO EDITOR - This will return you to the main editing screen.
  65.  
  66.   QUIT FONTEDIT - This will automatically leave the program.  Make sure to
  67.                   save your font before pressing this button.
  68.  
  69.   I have been experiencing a minor problem with mouse control in this program.
  70.   If it happens that you are not able to move the mouse to the bottom half
  71.   of the screen, the Escape button will take you to the options menu and you
  72.   should be able to press the Quit button.  After re-executing the program,
  73.   you should regain mouse control.
  74.